home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / Writeswell Jr. 1.0.2 Master / WSI Library Source / WordServices.h < prev   
Text File  |  1992-10-14  |  2KB  |  49 lines

  1. /* WordServices.h
  2.  * Interface to Word Services Suite.  Definitions of constants and such.
  3.  * ©1992 Working Software, Inc.
  4.  * This source code is copyrighted.  Permission is granted to use the Word Services
  5.  * portion of the Writeswell Jr. source code in your own programs, but you 
  6.  * may not distribute the Writeswell Jr. word-processor code as a 
  7.  * commercial product.  If you modify the code, please do not call it 
  8.  * Writeswell Jr. (or Writeswell.)  This will ensure that people understand the 
  9.  * program and don’t have to deal with a number of different versions with 
  10.  * who-knows-what going on in the code.
  11.  * 
  12.  * Writeswell Jr. and Writeswell are trademarks of Working Software, Inc.
  13.  * 10 Sep 91 Mike Crawford
  14.  */
  15.  
  16. /* Apple Events */
  17.  
  18. #define kWordServicesClass            'WSrv'    /* The word services suite class */
  19.  
  20. #define kWSBatchCheckMe                'Btch'    /* Batch check this object */ 
  21.  
  22. #define pBackgroundHilite            'pBgH'    /* Elements that are highlit in background */
  23.  
  24. #define pBatchMenuString            'pBMs'    /* Menu string describing batch processing */
  25.  
  26. #define pInteractiveMenuString        'pIMs'    /* Menu string describing interactive processing */
  27.  
  28. #define pLocation                    'pALc'    /* Alias record giving app's location */
  29.  
  30. #define pLockTransactionID            'pLID'
  31.  
  32. #define pCleanText                    'pCTx'
  33.  
  34. #define pMenuIcon                    'pMIc'    /* Small icon for service menu */
  35.  
  36. #define keyListHead                    'Lhed'
  37.  
  38. #define keyClientAddress            'Cadr'
  39.  
  40. #define keyWantCleanReport            'ClRp'
  41.  
  42. #define kWSCheckWord                'CkWd'    /* Spell check a single word */
  43.  
  44. #define keyWSGuessCount                'GsCt'    /* Number of guesses requested */
  45.  
  46. #define kWSStartInteractive            'SInt'    /* Start interactive spelling session */
  47.  
  48. #define typeSmallIcon                'SICN'    /* Small Icon descriptor type */
  49.